defconfig: dra74_evm: enable spi driver model
authorMugunthan V N <[email protected]>
Wed, 23 Dec 2015 15:09:46 +0000 (20:39 +0530)
committerJagan Teki <[email protected]>
Wed, 13 Jan 2016 13:17:28 +0000 (18:47 +0530)
enable spi driver model for dra74_evm as ti_qspi supports
driver model

Signed-off-by: Mugunthan V N <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
configs/dra74_evm_defconfig

index 394edbec2ea34409a32c3be49eb95bc06cd2db05..6e5a7051a430eebea2b1cdecdaf78508b096604e 100644 (file)
@@ -19,3 +19,5 @@ CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_DM_SERIAL=y
 CONFIG_SYS_NS16550=y
 CONFIG_TI_QSPI=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y